-
-
Notifications
You must be signed in to change notification settings - Fork 224
PEP 639 compliance #1166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
PEP 639 compliance #1166
Conversation
ca30599
to
7cb93f1
Compare
windows errors are unrelated and fixed in another pr |
this implicitly makes the project python 3.9 plus - so it will have to wait until after the 8.4 release as i want to ensure bugfixes for build issues with python3.8 and 3.9 deliver to down-streams/enterprise distro users |
Additionally, part of the ecosystem ( |
7cb93f1
to
c0135bd
Compare
Indeed setuptools will automatically pick up files with standard names, including `LICEN[CS]E*`: https://setuptools.pypa.io/en/latest/userguide/miscellaneous.html
0d02ca6
to
01877f3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for preparing this - the failing tests are from python versions to remove
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-and-license-files.